WidgetPosition

enum WidgetPosition : Enum<WidgetPosition>

Gravity that the widget is aligned to the map.

Entries

TOP_LEFT
Link copied to clipboard
The widget is aligned to the top-left of the map.
TOP_RIGHT
Link copied to clipboard
The widget is aligned to the top-right of the map.
BOTTOM_LEFT
Link copied to clipboard
The widget is aligned to the bottom-left of the map.
BOTTOM_RIGHT
Link copied to clipboard
The widget is aligned to the bottom-right of the map.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: WidgetPosition): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<WidgetPosition>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int